pyqt5 line edit password input

28

editor = QLineEdit()
editor.setEchoMode(QLineEdit.Password)

Comments

Submit
0 Comments